home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-09 | 676 b | 26 lines | [TEXT/MPCC] |
- // MovieGWorlds
-
- #include "DTSQTUtilities.h"
-
-
- // DEFINES
- #define DEBUG true
-
- const short kWindowHeigth = 300;const short kWindowLength = 600;
- const short kWindowXStart = 20; const short kWindowYStart = 40;
- const short kDrawTextX = 350; const short kDrawTextY = 50;
- const short kDrawValuesX = 500; const short kDrawValuesY = 50;
-
-
-
- // FUNCTION PROTOTYPES
- void InitMacEnvironment(long nMasters);
- void InitializeQTEnvironment(void);
- OSErr InitializeMovie(void);
-
- pascal OSErr MyTrackTransferProc(Track theTrack, long refCon);
-
- void DrawFpsStats(long tickCount);
- void DrawMovieFpsStats(void);
- void DrawUsageInformation(void);
- void DrawPercentageValues(void);